home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000187_news@watsun.cc.columbia.edu _Thu Feb 4 11:51:34 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA08968
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 Feb 1999 11:51:34 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA21520
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 4 Feb 1999 11:46:33 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: SET HANDSHAKE problem
  11. Date: 4 Feb 1999 16:46:33 GMT
  12. Organization: Columbia University
  13. Message-ID: <79cit9$l0e$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <trachier-2701991608220001@trachier.crrel.usace.army.mil>,
  17. Gary Trachier <trachier@crrel.usace.army.mil> wrote:
  18. : Hi All,
  19. : I am trying to use the SET HANDSHAKE XON command, but it does not seem to
  20. : work.  After issuing that command, I use SHOW COMMUNICATIONS to verify the
  21. : handshake character.  ASCII XON is decimal 17, so I would expect "17" to
  22. : show up in the settings.  What I find however is "36".  I also tried SET
  23. : HANDSHAKE CODE 17, but it remains "36".  If I set handshake to NONE, then
  24. : "none" appears in the settings.
  25. : Can someone explain what is happening?
  26. : I believe that I need to use a handshake character because I have a
  27. : half-duplex connection between the two copies of Kermit.
  28. : I am using MS-DOS Kermit version 3.15, patch level 0.
  29. This is a bug.  Please try MS-DOS Kermit 3.16 Beta 1:
  30.  
  31.   http://www.columbia.edu/kermit/mskermit.html
  32.  
  33. - Frank